*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Tue, 30 Dec 2008 23:42:40 +0000 (23:42 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 30 Dec 2008 23:42:40 +0000 (23:42 +0000)
src/ChangeLog

index 82dd7b4996e410841461246ec3193e6c8f4d13b6..af8e333399d4817c5ba715a59f4514f690b68fd7 100644 (file)
@@ -1,3 +1,22 @@
+2008-12-30  Kenichi Handa  <handa@m17n.org>
+
+       * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
+       (CHAR_SURROGATE_PAIR_P): New macro.
+
+       * font.h (struct font_driver): New member get_variation_glyphs.
+
+       * font.c (font_range): Don't require a font for a variation
+       selector.
+       (Ffont_variation_glyphs): New function.
+       (syms_of_font): Defsubr it.
+
+       * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
+       ftfont_variation_glyphs.
+       (setup_otf_gstring): New function.
+       (ftfont_drive_otf): Use it.
+       (ftfont_shape_by_flt): Handle variation selector.
+       (ftfont_variation_glyphs): New function.
+
 2008-12-30  Martin Rudalics  <rudalics@gmx.at>
 
        * frame.c (Vemacs_iconified): Remove.